home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utildsk / memry374.lha / memory-device / DEVS / DOSDrivers / MEMORY next >
Text File  |  1996-04-09  |  419b  |  26 lines

  1. /*
  2. ** $VER: MEMORY 1.1 (09 Apr 1996)
  3. **
  4. ** DOSDriver entry fo the memory.device
  5. **
  6. ** (C) Copyright 1996 Marius Gröger
  7. **     All Rights Reserved.
  8. */
  9.  
  10. /* This defines the address range $600000-$a00000 */
  11. Device = memory.device
  12. Unit = 0
  13. Flags = 0
  14. Surfaces  = 1
  15. SectorsPerTrack = 1
  16. SectorSize  = 512
  17. Reserved = 1
  18. Interleave = 0
  19. LowCyl = 12288
  20. HighCyl = 20479
  21. Buffers = 0
  22. BufMemType = 0
  23. GlobVec = -1
  24. DosType = 0x444f5301
  25.  
  26.